Native Progress Dialogs For Delphi XE5, XE6
Yaroslav Brovin has released a new version of his native progress dialog components with support for Delphi XE6 Firemonkey on Android and IOS. XE5 and AppMethod support is unknown but you can probably modify it to work on those previous versions as an older version of these components was originally for XE5. The first component in the pack is called TfgProgressDialog and it implements a dialog that is native to Android and IOS which you can call that will show a progress bar while you do the work in the background. There is also TfgActivityDialog which is similar to the progress dialog but it just has a rotating icon instead of a progress bar. There is TfgActionSheet which appears to dynamically create a native dialog menu popup for a list of Actions. There is TfgColorsPanel which is a panel that contains a bunch of colors and acts as a color chooser. Lastly it also includes a component called TfgLinkedLabel that implements an underlined look of a clickable web URL and click events to launch that URL in the device browser.